home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00698.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  378 b   |  13 lines

  1. on mouseUp me
  2.   set the member of sprite 43 to member("light circle")
  3.   set the member of sprite 44 to member("med circle")
  4.   set the member of sprite 45 to member("med circle")
  5.   unrollit(43, 43)
  6.   rollit(44, 45)
  7.   if the member of sprite 57 = member("med") then
  8.     set the member of sprite 42 to "rhythm1-1"
  9.   else
  10.     set the member of sprite 42 to "rhythm2-1"
  11.   end if
  12. end
  13.